'Declaration
Public Overloads Shared Sub LogCertificate( _ ByVal logLevel As LogLevel, _ ByVal eventId As EventId, _ ByVal message As String, _ ByVal certificate As X509Certificate2, _ ByVal ParamArray args() As Object _ )
'Usage
Dim logLevel As LogLevel Dim eventId As EventId Dim message As String Dim certificate As X509Certificate2 Dim args() As Object Utils.LogCertificate(logLevel, eventId, message, certificate, args)
public static void LogCertificate( LogLevel logLevel, EventId eventId, string message, X509Certificate2 certificate, params object[] args )
public: static void LogCertificate( LogLevel logLevel, EventId eventId, String^ message, X509Certificate2^ certificate, ... array<Object^>^ args )
Parameters
- logLevel
- Entry will be written on this level.
- eventId
- The event id associated with the log.
- message
- The log message as string.
- certificate
- The certificate information to be logged.
- args
- An object array that contains zero or more objects to format.